home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / freeware / video-mp3-extractor.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-15  |  2.4 KB  |  52 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Video mp3 Extractor
  4. AppVerName=Video mp3 Extractor
  5. AppId=Video mp3 Extractor
  6. AppPublisher=GeoVid
  7. AppPublisherURL=http://www.geovid.com/Video_mp3_Extractor/
  8. AppSupportURL=http://www.geovid.com/Video_mp3_Extractor/
  9. AppUpdatesURL=http://www.geovid.com/Video_mp3_Extractor/
  10. DefaultDirName={pf}\Video mp3 Extractor
  11. DefaultGroupName=Video mp3 Extractor
  12. OutputBaseFilename=video-mp3-extractor
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Video2Mp3.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\GeoVidMp3Comp.ax"; DestDir: "{app}"; Flags: regserver ignoreversion 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\mfc71u.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. [INI]
  25. FileName: "{app}\HomePage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.GeoVid.com"; 
  26. [Run]
  27. Filename: "{app}\Video2Mp3.exe"; Description: "Launch Video mp3 Extractor"; Flags: postinstall skipifsilent nowait
  28. [UninstallRun]
  29. Filename: "http://www.geovid.com/uninstall.html?app=VMP3E"; Flags: shellexec nowait
  30. [Icons]
  31. Name: "{group}\Video mp3 Extractor"; Filename: "{app}\Video2Mp3.exe"; 
  32. Name: "{group}\Home page"; Filename: "{app}\HomePage.url"; 
  33. Name: "{userdesktop}\Video mp3 Extractor"; Filename: "{app}\Video2Mp3.exe"; Tasks: desktopicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\HomePage.url"; 
  38. [CustomMessages]
  39. default.NameAndVersion=%1 version %2
  40. default.AdditionalIcons=Additional icons:
  41. default.CreateDesktopIcon=Create a &desktop icon
  42. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  43. default.ProgramOnTheWeb=%1 on the Web
  44. default.UninstallProgram=Uninstall %1
  45. default.LaunchProgram=Launch %1
  46. default.AssocFileExtension=&Associate %1 with the %2 file extension
  47. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.